home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000376_news@columbia.edu _Thu Jun 15 11:39:19 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA23973
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 15 Jun 2000 11:39:19 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA00353
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Jun 2000 11:39:19 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA18347
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 15 Jun 2000 11:37:12 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: File Transfering
  14. Date: 15 Jun 2000 15:37:12 GMT
  15. Organization: Columbia University
  16. Message-ID: <8iat78$ht8$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <skhtgpa2is419@corp.supernews.com>,
  20. Dean Salman <dsalman@dollar.com> wrote:
  21. : Are there any scripts that will transfer files from a Unix box to another
  22. : Unix or mainframe system.   I really don't know how to create scripts at
  23. : this time.  I do have Using C-Kermit 2nd edition but have just started to
  24. : get into it.
  25. The book includes three chapters on script programming with lots of examples.
  26. Lots more examples can be found in the Kermit script library:
  27.  
  28.   http://www.columbia.edu/kermit/scriptlib.html
  29.  
  30. : BTW, Is there a Kermit version of the software that can be downloaded (a
  31. : light version). I just need to send files only.
  32. Do you also want C-Kermit to make the connection?  If so, you need most of
  33. the stuff that's in it.
  34.  
  35. If you want a version of Kermit for UNIX that only transfers files but does
  36. not make connections, and is therefore much smaller, you can use G-Kermit:
  37.  
  38.   http://www.columbia.edu/kermit/gkermit.html
  39.  
  40. If you want a version of C-Kermit that makes connections, but does not include
  41. features that you do not use, you can build a customized version from source
  42. code, specifying the desired feature-removal options as described in the file:
  43.  
  44.   ftp://kermit.columbia.edu/kermit/f/ckccfg.txt
  45.  
  46. - Frank